Appliance Monitoring MonitoredItemData
Appliance Monitoring MonitoredItemData schema Structure representing monitored item data.
{
"name": "string",
"interval": "string",
"function": "string",
"start_time": "string",
"end_time": "string",
"data": [
"string"
]
}
Monitored item IDs Ex: CPU, MEMORY, STORAGE_TOTAL
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.monitoring
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.monitoring
.
interval between values in hours, minutes
For more information see: Appliance Monitoring IntervalType.
aggregation function
For more information see: Appliance Monitoring FunctionType.
Start time in UTC
End time in UTC
list of values